php linke break in string

62

php linke break in string -

<?php
  
// Insert a line break with new line
echo nl2br("This is first line \n This is second "
   + "line \n This is third line \n This is forth line");
  
?>

Comments

Submit
0 Comments